QuickOPC User's Guide and Reference
Timestamp Property (DAVtqPayload<TValue>)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.ComplexEventProcessing Namespace > DAVtqPayload<TValue> Class : Timestamp Property
The timestamp associated with the value.
Syntax
'Declaration
 
Public Property Timestamp As Date
'Usage
 
Dim instance As DAVtqPayload(Of TValue)
Dim value As Date
 
instance.Timestamp = value
 
value = instance.Timestamp
public DateTime Timestamp {get; set;}
public:
property DateTime Timestamp {
   DateTime get();
   void set (    DateTime value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also